home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Markets / K-12 Education / HyperCard in Education / Railroading / card_2927.txt < prev    next >
Text File  |  1990-02-20  |  628b  |  33 lines

  1. -- card: 2927 from stack: in
  2. -- bmap block id: 3502
  3. -- flags: 0000
  4. -- background id: 2630
  5. -- name: 
  6. ----- HyperTalk script -----
  7. On mouseup
  8.   show card button id 1
  9. end mouseup
  10.  
  11.  
  12. -- part 1 (button)
  13. -- low flags: 80
  14. -- high flags: 8003
  15. -- rect: left=71 top=68 right=88 bottom=431
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Allllll Aboooaaard!
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   hide card button id 1
  27.   Go to next card
  28.   Go to next card
  29.   Wait 2 seconds
  30.   go to next card
  31. end mouseUp
  32.  
  33.